home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Oberon⁄F™ 1.2 / Preinstalled version / Std / Docu / ControlCmds (.txt) < prev    next >
Encoding:
Oberon Document  |  1995-08-09  |  2.9 KB  |  59 lines  |  [oODC/obnF]

  1. Documents.StdDocumentDesc
  2. Documents.DocumentDesc
  3. Containers.ViewDesc
  4. Views.ViewDesc
  5. Stores.StoreDesc
  6. Documents.ModelDesc
  7. Containers.ModelDesc
  8. Models.ModelDesc
  9. Stores.ElemDesc
  10. TextViews.StdViewDesc
  11. TextViews.ViewDesc
  12. TextModels.StdModelDesc
  13. TextModels.ModelDesc
  14. TextModels.AttributesDesc
  15. Helvetica
  16. TextRulers.StdRulerDesc
  17. TextRulers.RulerDesc
  18. TextRulers.StdStyleDesc
  19. TextRulers.StyleDesc
  20. TextRulers.AttributesDesc
  21. Helvetica
  22. Helvetica
  23. Helvetica
  24. Helvetica
  25. StdControlCmds
  26. DEFINITION StdControlCmds;
  27.     PROCEDURE  MakeCaption;
  28.     PROCEDURE  MakeField;
  29.     PROCEDURE  MakePushButton;
  30.     PROCEDURE  MakeRadioButton;
  31.     PROCEDURE  SetCancelButton;
  32.     PROCEDURE  SetDefaultButton;
  33. END StdControlCmds.
  34. PROCEDURE MakeCaption
  35. Guard: StdCmds.SingletonGuard
  36. Tries to change the singleton into a caption. This works on text fields.
  37. PROCEDURE MakeField
  38. Guard: StdCmds.SingletonGuard
  39. Tries to change the singleton into a field control. This works on radio buttons.
  40. PROCEDURE MakePushButton
  41. Guard: StdCmds.SingletonGuard
  42. Tries to change the singleton into a command button control.
  43. PROCEDURE MakeRadioButton
  44. Guard: StdCmds.SingletonGuard
  45. Tries to change the singleton into a radio button control. This works on number fields.
  46. PROCEDURE SetCancelButton
  47. Guard: StdCmds.ContainerGuard
  48. Cancel buttons react on the input of escape characters. This command removes the cancel property from the current cancel button in the focus container, if there is one. If a singleton push button is selected, it then sets this button's cancel property.
  49. PROCEDURE SetDefaultButton
  50. Guard: StdCmds.ContainerGuard
  51. Default buttons react on the input of carriage
  52. return and enter characters. This command removes the default property from the current default button in the focus container, if there is one. If a singleton push button is selected, it then sets this button's default property.
  53. TextControllers.StdCtrlDesc
  54. TextControllers.ControllerDesc
  55. Containers.ControllerDesc
  56. Controllers.ControllerDesc
  57. Helvetica
  58. Documents.ControllerDesc
  59.